home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(4, 1)
- set the castNum of sprite 4 to cast "RIGHT PANEL ON"
- updateStage()
- end
-
- on mouseUp
- set the castNum of sprite 4 to cast "RIGHT PANEL OFF"
- updateStage()
- puppetSprite(4, 0)
- end
-